From: awilliam@xenbuild.aw Date: Sun, 10 Sep 2006 21:34:14 +0000 (-0600) Subject: [IA64][XEND] Fix getRequiredShadowMemory parameters X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15667 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=296b9322bc9fe218bc6c7e92e63ab26dc6b8b360;p=xen.git [IA64][XEND] Fix getRequiredShadowMemory parameters Parameter count changed in xen-unstable.hg 11417:65a41e3206ac Signed-off-by: Alex Williamson --- diff --git a/tools/python/xen/xend/image.py b/tools/python/xen/xend/image.py index 50fc073c48..941e01749f 100644 --- a/tools/python/xen/xend/image.py +++ b/tools/python/xen/xend/image.py @@ -439,7 +439,7 @@ class IA64_HVM_ImageHandler(HVMImageHandler): extra_pages = 1024 + 2 return mem_kb + extra_pages * page_kb - def getRequiredShadowMemory(self, mem_kb): + def getRequiredShadowMemory(self, shadow_mem_kb, maxmem_kb): # Explicit shadow memory is not a concept return 0